home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / gwterm27.zip / GWT.BAT next >
DOS Batch File  |  1993-05-03  |  236b  |  7 lines

  1. ECHO OFF
  2. REM This is a sample batch file to run GWTerm using COM1 and 2400 baud.
  3. REM If you are using COM2, change the "1" below to a "2".
  4. REM If you are using a different baud rate, change the "2400" to your rate.
  5.  
  6. GWTERM 1 2400
  7.